Micron Document
🎖️GitЯра🎖️

Commit fda8f97f32be261c07a6a9da95dd2a54e1c209c3


Parents : 2934570
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-27T11:54:52-07:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-27T13:54:52-05:00

fix(proto): prune TakTalkMessage and TakTalkRoomData from Wire codegen (#5624)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Changes

1 files changed, 2 insertions(+), 0 deletions(-)


Diff

diff --git a/core/proto/build.gradle.kts b/core/proto/build.gradle.kts
index 1deb5c91fb..cccc661e45 100644
--- a/core/proto/build.gradle.kts
+++ b/core/proto/build.gradle.kts
@@ -118,6 +118,8 @@ wire {
prune("meshtastic.CotHow")
prune("meshtastic.CotType")
prune("meshtastic.GeoPointSource")
+ prune("meshtastic.TakTalkMessage")
+ prune("meshtastic.TakTalkRoomData")
}
// Modern KMP publication uses the project name as the artifactId by default.

Served by rngit 1.5.0 - Generated in 0.07s